Skip to content

Disable OrchardCore example to fix CI restore failures#33

Closed
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-project-file-issues
Closed

Disable OrchardCore example to fix CI restore failures#33
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-project-file-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 3, 2026

CI builds fail when discovering the OrchardCore example project, which references OrchardCore.Application.Cms.Targets version 3.0.0-preview-18884 - a preview package that doesn't exist in any accessible feed.

Changes

  • Renamed project file to .csproj.disabled to prevent discovery by automated build scripts that enumerate all .csproj files
  • Added README in OrchardCore example directory documenting re-enablement procedure for local development
  • Removed defunct MyGet feeds from NuGet.Config (OrchardCore previews have migrated to Cloudsmith)

The project was already marked with <ExcludeFromSourceBuild>true</ExcludeFromSourceBuild> and excluded from SharpCoreDB.CI.slnf, but scripts that search for all .csproj files were still attempting to restore it.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • nuget.cloudsmith.io
    • Triggering command: /usr/bin/dotnet dotnet restore Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: MPCoreDeveloper <37024522+MPCoreDeveloper@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix project file discovery issue Disable OrchardCore example to fix CI restore failures Feb 3, 2026
Copilot AI requested a review from MPCoreDeveloper February 3, 2026 19:51
@MPCoreDeveloper MPCoreDeveloper deleted the copilot/fix-project-file-issues branch February 22, 2026 05:08
Copy link
Copy Markdown
Owner

@MPCoreDeveloper MPCoreDeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already fixed with local banch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants